make css variable negative

46

// SASS
.class {
  margin-bottom: calc(#{var(--margin-md)} * -1);
}

Comments

Submit
0 Comments